Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRAL-4098 fix parameters naming in the docs: camelCase to snake_case #530

Closed
wants to merge 1 commit into from

Conversation

siirimangus
Copy link
Contributor

Reported issue here: #501

The docs for the response schemas are misleading as they list response model properties in camelCase whereas the reality is they are in snake_case.

This PR fixes the issue by listing the properties in snake_case.

Also, worth mentioning, that currently the query parameters (in the API examples the properties in the opts object) can be passed in snake_case as well as in camelCase.

@siirimangus siirimangus added npm-version-minor used for deployment do-not-merge and removed npm-version-minor used for deployment labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant